projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ade75a
)
Silence byte-compiler warning
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 30 Sep 2019 01:31:53 +0000
(
03:31
+0200)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 30 Sep 2019 01:31:53 +0000
(
03:31
+0200)
* lisp/obsolete/info-edit.el (ibuffer-help-buffer-modes): Defvar it.
lisp/obsolete/info-edit.el
patch
|
blob
|
history
diff --git
a/lisp/obsolete/info-edit.el
b/lisp/obsolete/info-edit.el
index 55c52b5abdb4c3f4a0ce322edf67f10629f4b4fe..b71af889a0a29cef1b85681411a50f403149ed99 100644
(file)
--- a/
lisp/obsolete/info-edit.el
+++ b/
lisp/obsolete/info-edit.el
@@
-78,6
+78,7
@@
This feature will be removed in future.")
(buffer-modified-p)
(message "Tags may have changed. Use Info-tagify if necessary")))
+(defvar ibuffer-help-buffer-modes)
;; Moved here from definition of ibuffer-help-buffer-modes to make
;; that variable customizable even though this code is obsolete. See
;; also Bug#30990.